ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartAxis<T> Class / MinorUnit Property

In This Topic
    MinorUnit Property
    In This Topic
    Gets or sets the number of units between minor axis ticks. If the axis contains date values, then the units are expressed in days.
    Syntax
    'Declaration
     
    
    Public Property MinorUnit As Double
    public double MinorUnit {get; set;}
    See Also